fmt.fmtFlags.plus (field)
17 uses
fmt (current package)
format.go#L27: plus bool
format.go#L231: if negative || f.plus || f.space {
format.go#L310: } else if f.plus {
format.go#L457: if f.plus {
format.go#L485: if f.plus {
format.go#L508: if f.space && num[0] == '+' && !f.plus {
format.go#L517: if num[1] == 'N' && !f.space && !f.plus {
format.go#L583: if f.plus || num[0] != '+' {
print.go#L193: return p.fmt.plus || p.fmt.plusV
print.go#L475: oldPlus := p.fmt.plus
print.go#L479: p.fmt.plus = true
print.go#L482: p.fmt.plus = oldPlus
print.go#L1053: p.fmt.plus = true
print.go#L1071: p.fmt.plusV = p.fmt.plus
print.go#L1072: p.fmt.plus = false
print.go#L1169: p.fmt.plusV = p.fmt.plus
print.go#L1170: p.fmt.plus = false
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |